home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / gcl-1.000 / gcl-1 / gcl-1.0 / h / sun2r3.defs < prev    next >
Encoding:
Text File  |  1994-05-07  |  537 b   |  26 lines

  1. LBINDIR=/usr/local/bin
  2.  
  3. # for sun3,sun2r3
  4. OFLAG    =  -O 
  5. LIBS    = -lm -lg 
  6. ODIR_DEBUG= -g
  7.  
  8. CHTAB    = sun_chtab.s
  9. CC = gcc -fwritable-strings -msoft-float -DVOL=volatile 
  10. # If you don't have gcc use CC = cc -DVOL= 
  11.  
  12.  
  13. CFLAGS    = -c $(DEFS)  -I../h
  14.  
  15. # The fast loading currently works for ATT and BSD with 68000 or 386
  16. # architectures.  Unless you have these, leave these undefined.
  17. RSYM    = rsym
  18. SFASL    = $(ODIR)/sfasl.o
  19.  
  20. # When using SFASL it is good to have (si::build-symbol-table)
  21. INITFORM=(si::build-symbol-table)
  22.  
  23.  
  24. # Use symbolic links
  25. SYMB=-s
  26.